CONSUMED
A WindowInsetsCompat instance for which isConsumed returns true
.
This can be used during insets dispatch in the view hierarchy by returning this value from View.onApplyWindowInsets(WindowInsets)
or onApplyWindowInsets to stop dispatch the insets to its children to avoid traversing the entire view hierarchy.
The application should return this instance once it has taken care of all insets on a certain level in the view hierarchy, and doesn't need to dispatch to its children anymore for better performance.